home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 1468 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: potogold.rmii.com!burner!bmaple
  2. Newsgroups: comp.sys.amiga.hardware
  3. Subject: Re: Zip / MS-DOS
  4. From: bmaple@burner.com (Bob Maple)
  5. Message-ID: <bmaple.huvz@burner.com>
  6. Date: Tue, 16 Jan 96 23:35:19 MST
  7. Organization: The Back Burner BBS
  8.  
  9. On Mon 15-Jan-1996 12:21a, Jim Pritchett wrote:
  10.  
  11. JP> Has anyone figured out how to put an MS-DOS partition on a Zip disk
  12. JP> using the CrossDos that comes with OS 3.1?
  13.  
  14. You can configure a whole disk as an MS-DOS partition:
  15.  
  16. /* Wow it's a mountlist
  17.  */
  18.  
  19. FileSystem      = L:CrossDOSFileSystem
  20. Flags           = 0
  21. Surfaces        = 1
  22. BlocksPerTrack  = 1
  23. SectorsPerBlock = 1
  24. SectorSize      = 512
  25. Mask            = 0x7ffffffe
  26. MaxTransfer     = 0x100000
  27. Reserved        = 0
  28. Interleave      = 0
  29. LowCyl          = 0
  30. HighCyl         = 196607
  31. Buffers         = 5
  32. BufMemType      = 0
  33. StackSize       = 2000
  34. Priority        = 10
  35. GlobVec         = -1
  36. DosType         = 0x4d534800
  37. Device          = scsi.device
  38. Unit            = 5
  39.  
  40. /* End of wow it's a mountlist
  41.  */
  42.  
  43. Of course the Device and Unit need to be customized to your configuration.
  44.  
  45. To create a small partition is just a matter of playing with the values to hit
  46. a safe area of the disk (if you're aiming to make a combination Amiga/PC disk
  47. or something -- but then it's your own problem to get the PC to read the PC
  48. partition..)
  49.  
  50.  :       Bob Maple       : In the beginning, the Universe was created.    :
  51.  :   bmaple@burner.com   : This has made a lot of people very angry and   :
  52.  : http://rmii.com/~bobm : been widely regarded as a bad move.   .........:
  53.